home *** CD-ROM | disk | FTP | other *** search
/ DarkBasic Professional / DarkBasicPro.iso / Demos / Geospace 3D Trial / Geo3d12010Setup.exe / Geoscape3d.exe / 0 / RCDATA / TTOOLNOISEFORM / TTOOLNOISEFORM.txt
Encoding:
Text File  |  2004-06-28  |  2.0 KB  |  90 lines

  1. inherited ToolNoiseForm: TToolNoiseForm
  2.   Left = 313
  3.   Top = 265
  4.   Height = 130
  5.   Caption = 'ToolNoiseForm'
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ToolBarPanel: TPanel
  9.     Height = 32
  10.     HelpType = htKeyword
  11.     HelpKeyword = 'noise.htm'
  12.     object Brush: TLabel
  13.       Left = 4
  14.       Top = 6
  15.       Width = 35
  16.       Height = 13
  17.       Caption = 'Brush:'
  18.       Font.Charset = DEFAULT_CHARSET
  19.       Font.Color = clWindowText
  20.       Font.Height = -11
  21.       Font.Name = 'Tahoma'
  22.       Font.Style = [fsBold]
  23.       ParentFont = False
  24.     end
  25.     object Level: TLabel
  26.       Left = 152
  27.       Top = 6
  28.       Width = 66
  29.       Height = 13
  30.       Caption = 'Noise Level:'
  31.       Font.Charset = DEFAULT_CHARSET
  32.       Font.Color = clWindowText
  33.       Font.Height = -11
  34.       Font.Name = 'Tahoma'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.     end
  38.     object BrushWidth: TConvertEdit
  39.       Left = 41
  40.       Top = 0
  41.       Width = 104
  42.       Height = 28
  43.       Value = 1
  44.       Min = 1
  45.       Max = 10000
  46.       FirstUnitName = 'grid units'
  47.       FirstUnitAbbr = 'g'
  48.       SecondUnitName = 'metres'
  49.       SecondUnitAbbr = 'm'
  50.       ShowSpinButtons = True
  51.       ShowValuePanel = True
  52.       NominalMax = 100
  53.       NominalMin = 1
  54.       IntegerMode = True
  55.       DropDownImage = HeightMapEditorForm.BrushToolbarImage
  56.       Increment = 1
  57.       OnChange = BrushWidthChange
  58.       TabOrder = 0
  59.     end
  60.     object LevelHeight: TConvertEdit
  61.       Left = 221
  62.       Top = 0
  63.       Width = 108
  64.       Height = 28
  65.       Hint = 
  66.         'Specifies the amount the noise affects the heightmap under the b' +
  67.         'rush'
  68.       Value = 1
  69.       Min = 1
  70.       Max = 10000
  71.       FirstUnitName = 'height units'
  72.       FirstUnitAbbr = 'h'
  73.       SecondUnitName = 'metres'
  74.       SecondUnitAbbr = 'm'
  75.       ShowSpinButtons = True
  76.       ShowValuePanel = True
  77.       NominalMax = 100
  78.       NominalMin = 1
  79.       IntegerMode = True
  80.       Increment = 1
  81.       OnChange = LevelHeightChange
  82.       TabOrder = 1
  83.     end
  84.   end
  85.   inherited RegistryFormSaver: TRegistryFormSaver
  86.     Left = 320
  87.     Top = 8
  88.   end
  89. end
  90.